From: Eli Zaretskii Date: Wed, 18 Mar 2009 20:38:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1181 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=64c3d9e7136394e1eaf56f91b9311745bb82d8f4;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 83703413ace..db116976f83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2009-03-18 Eli Zaretskii + + * dired.c (Ffile_attributes): Make sure UID and GID are always + positive, even if the value is too large for a positive EMACS_INT. + Doc fix. + + * editfns.c (Fuser_login_name): Support float arguments. Doc fix. + 2009-03-18 YAMAMOTO Mitsuharu * xmenu.c (xdialog_show): Move Fredisplay call ...